create Three Way Call
This method creates 3-Way Call (a.k.a Ad-Hoc Conference Call). 3-way call basically merges the two call sessions (A-B and A-C) between 3 parties into one conference call. This API should be called from the party, which is in both sessions, to initiate the "join" operation.
Since
4.4.8
Parameters
specifies the first call which will be joined to ThreeWay Call
specifies the second call which will be joined to ThreeWay Call
base interface for outgoing call creation events
Deprecated
CallApplicationListener is no longer used. Switch to CallService#createThreeWayCall(String, String, OutgoingCallCreateInterface) instead
This method creates 3-Way Call (a.k.a Ad-Hoc Conference Call). 3-way call basically merges the two call sessions (A-B and A-C) between 3 parties into one conference call. This API should be called from the party, which is in both sessions, to initiate the "join" operation.
Since
4.4.8
Parameters
specifies the first call which will be joined to ThreeWay Call
specifies the second call which will be joined to ThreeWay Call
application listener for call service.
base interface for outgoing call creation events